@charset "utf-8";
body {
    font-size: 62.5%;
    line-height: 25px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
}

/* CSS Document */

#container header {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 350px auto;
    background-color: hsla(0,0%,95%,0.74);
    position: fixed;
    z-index: 4;
    float: left;
    /* [disabled]color: #FFFFFF; */
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: bold;
    background-image: url(../images/NH-OvalLogo+PastorName_burgundy.png);
}
#container #headerbox1  {
    width: 5%;
    height: auto;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    float: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
}
#container header #hederbox2 {
    width: 90%;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: inline-block;
    font-size: 0.8em;
    color: #680001;
}


#container header p {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    line-height: 50px;
}


#container header img {
    width: 350px;
    height: auto;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    display: block;
}

#container header #facebook {
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 40px;
    display: block;
    margin-top: 40px;
}
#container footer {
    width: 100%;
    background-color: #BFBFBF;
    color: rgba(102,0,1,1.00);
    display: inline-block;
    text-align: center;
    margin-top: 100px;
    padding-top: 20px;
    /* [disabled]padding-bottom: 40px; */
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    font-size: 1em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: auto;

}
#container footer p {
    margin-left: 10px;
    margin-right: 10px;


}


@media (max-width:740px){
#container header img {
    width: 340px;
}


}
